home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / man.b < prev    next >
Text File  |  1995-07-02  |  221b  |  8 lines

  1. #define person_width 16
  2. #define person_height 16
  3. static short person_bits[] = {
  4.    0x0000, 0x0060, 0x00f0, 0x0060,
  5.    0x0198, 0x0198, 0x0198, 0x01f8,
  6.    0x01f8, 0x00f0, 0x0060, 0x0060,
  7.    0x0060, 0x00f0, 0x0000, 0x0000};
  8.